From: Richard M. Stallman Date: Mon, 7 Jun 1993 23:40:04 +0000 (+0000) Subject: Add NO_TERMIO conditional. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95503 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d2d846a3d1fcf81ebd45aaf3e44dada86744fc91;p=emacs.git Add NO_TERMIO conditional. --- diff --git a/src/systty.h b/src/systty.h index 2171a960465..1324286c7fb 100644 --- a/src/systty.h +++ b/src/systty.h @@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef __DGUX #include #endif +#ifndef NO_TERMIO #include +#endif /* not NO_TERMIO */ #include #else #ifdef HAVE_TERMIOS